/*
***
* This is a stylesheet file for the History of company Page
***
* Here we have all the important styles for the elements of the page.
***
* Media Queries are in separate file
***
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CSS TABLE OF CONTENTS
-.- - Imports
-.- - Company Description
-.- - History Timeline
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -.- - Imports */
@import "main.css";

/* -.- - Company Description */
#description-quote .container {
    background-color: #f5f5f6;
    padding-top: 30px;
    padding-bottom: 40px;
}

#description-quote .container i {
    float: none !important;
    margin: 0 !important;
}

#description-quote .container .fa-quote-right {
    color: #02c5bb;
    size: 100%;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}


#description-quote .container .fa-quote-left {
    color: #02c5bb;
    size: 100%;
    float: right;
}

/* -.- - History Timeline */
#timeline .col-md-6 p {
    margin-bottom: 0 !important;
}

#timeline h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.5;
    font-family: 'Open Sans';
    font-style: normal;
}

#timeline .col-md-6:nth-of-type(1) {
    border-right: solid 3px;
    border-right-color: #02c5bb;
}

#timeline .col-md-6:nth-of-type(2) {
    border-left: solid 3px;
    border-left-color: #02c5bb;
}

#timeline .row .col-md-6 {
    margin-bottom: 70px;
}

#timeline h4 {
    font-size: 23px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#timeline .col-md-6:nth-of-type(1) h4,
#timeline .col-md-6:nth-of-type(1) p {
    float: right;
}


#timeline .col-md-6:nth-of-type(2) p,
#timeline .col-md-6:nth-of-type(2) h4 {
    margin-bottom: 30px;
}